Esx Settings Repository Software AssignedEntities
Esx Settings Repository Software AssignedEntities
The Esx Settings Repository Software AssignedEntities schema contains the list of entities assigned to a software specification in the repository.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"clusters": [
{
"id": "string",
"name": "string"
}
],
"hosts": [
{
"id": "string",
"name": "string"
}
]
}
clusters
Required
List of clusters. For a software specification that is not associated with any cluster, this list will be empty.
This property was added in vSphere API 9.0.0.0.
hosts
Required
List of hosts. For a software specification that is not associated with any host, this list will be empty.
This property was added in vSphere API 9.0.0.0.